projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
520ea7c
)
broadway: Fix the build
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 11 Apr 2020 20:24:05 +0000
(16:24 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 11 Apr 2020 20:24:05 +0000
(16:24 -0400)
We need to depend on gdkenum_h, since we are (indirectly)
including gdkenumtypes.h in the broadway server build.
gdk/broadway/meson.build
patch
|
blob
|
history
diff --git
a/gdk/broadway/meson.build
b/gdk/broadway/meson.build
index 57bff27cae40834d89a240a996c70883088e3a3a..bf3cdc036d2b1f918cbe26893baab37f732b6833 100644
(file)
--- a/
gdk/broadway/meson.build
+++ b/
gdk/broadway/meson.build
@@
-67,7
+67,7
@@
libgdk_broadway = static_library('gdk-broadway',
broadwayd_syslib = os_win32 ? find_library('ws2_32') : shmlib
executable('gtk4-broadwayd',
- clienthtml_h, broadwayjs_h,
+ clienthtml_h, broadwayjs_h,
gdkconfig, gdkenum_h,
'broadwayd.c', 'broadway-server.c', 'broadway-output.c',
include_directories: [confinc, gdkinc, include_directories('.')],
c_args: ['-DGTK_COMPILATION', '-DG_LOG_DOMAIN="Gdk"', ],